Skip to content

[npm]: Bump node-fetch from 2.6.7 to 3.3.2 - #99

Closed
dependabot[bot] wants to merge 88 commits into
masterfrom
dependabot/npm_and_yarn/node-fetch-3.3.2
Closed

dependabot[bot] wants to merge 88 commits into
masterfrom
dependabot/npm_and_yarn/node-fetch-3.3.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 1, 2023

Copy link
Copy Markdown
Contributor

Bumps node-fetch from 2.6.7 to 3.3.2.

Release notes

Sourced from node-fetch's releases.

v3.3.2

3.3.2 (2023-07-25)

Bug Fixes

v3.3.1

3.3.1 (2023-03-11)

Bug Fixes

  • release "Allow URL class object as an argument for fetch()" #1696 (#1716) (7b86e94)

v3.3.0

3.3.0 (2022-11-10)

Features

v3.2.10

3.2.10 (2022-07-31)

Bug Fixes

v3.2.9

3.2.9 (2022-07-18)

Bug Fixes

  • Headers: don't forward secure headers on protocol change (#1599) (e87b093)

v3.2.8

3.2.8 (2022-07-12)

Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by node-fetch-bot, a new releaser for node-fetch since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

0xsemaj and others added 30 commits May 17, 2019 14:42
* Updating badges for Travis CI, licensing, and npm downloads

* Update badges with npm total downloads

* Update badges with dependencies status

* Update badges on README and URL in package.json

* Update badges with URL and update package.json with new URLs

* Add language badge
* Updating badges to include npm version and remove downloads that isnt working

* Updating package version

* Re-enable download badge

* Adding travis.yml

* Update travis.yml

* Fixing vulnerability issues for js-yaml

* Update README with links to blog post

* Fixed Mocha to major version ^6.1.4

* Updating npm versioning for release
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.1 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@3.12.1...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](mysticatea/eslint-utils@v1.3.1...v1.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
Travis build passed, require updates on npm
* Update Onfleet API doc URLs

* Update French readme to fix on page href target
* Update Onfleet API doc URLs

* Fix bugs in error and update Typescript type def

* Updating version number
Bumps [acorn](https://github.com/acornjs/acorn) from 6.0.5 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](acornjs/acorn@6.0.5...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Adding rate limiter and constant.js

* Update version number and readme

* Update readme language on rate limiting

* Dependency updates due to security vulnerability

Co-authored-by: James Li <james@onfleet.com>
Fixing typo in content type
* Bump up timeout limit

Timeout of 10s is unsufficient to process 500 tasks..

* Increase time-out to 70000 ms

Suggested by James: #17

* New minor version 1.0.8
* Adding reservoir limitations

* Reassigning rate on all request, including errors

* Bumping version to 1.1.0

Co-authored-by: James Li <james@onfleet.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Adding reservoir limitations

* Changing limiter constants per bug #23

* Update package.json & node-fetch version

Co-authored-by: James Li <james@onfleet.com>
Santiago Botero Ruiz and others added 24 commits November 12, 2021 14:12
Co-authored-by: Santiago Botero Ruiz <sbotero@proyectoholdingvml.com>
Co-authored-by: Santiago Botero Ruiz <sbotero@proyectoholdingvml.com>
* feat: added dockerfile and docker-compose.yml files

added Dockerfile and docker-compose.yml in order to spin an instance up
and executethe the test using the library built

* docs: added docker instructions for mandarin and french

* docs: added docker instructions as title

Co-authored-by: Santiago Botero Ruiz <santiago.botero@devsavant.ai>
- forceComplete endpoint does not provide a response body. so, it was throwing a fetch error
- Updated documentation about Supported CRUD Operations in all README.md files
* INT-398 Announce OSS releases on Slack automatically

Announce a new open-source release on Slack channels

* INT-398 Announce OSS releases on Slack automatically

Added 🎉 icon in the notification message
Added dependabot.yml for maintaining the npm dependencies
* Prepare for v1.3.1

* [npm]: Bump eslint-config-airbnb-base from 13.2.0 to 14.2.1

Bumps [eslint-config-airbnb-base](https://github.com/airbnb/javascript) from 13.2.0 to 14.2.1.
- [Release notes](https://github.com/airbnb/javascript/releases)
- [Commits](airbnb/javascript@eslint-config-airbnb-base-v13.2.0...eslint-config-airbnb-base-v14.2.1)

---
updated-dependencies:
- dependency-name: eslint-config-airbnb-base
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump ansi-regex from 3.0.0 to 3.0.1

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](chalk/ansi-regex@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* [npm]: Bump chai from 4.3.4 to 4.3.6

Bumps [chai](https://github.com/chaijs/chai) from 4.3.4 to 4.3.6.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md)
- [Commits](chaijs/chai@v4.3.4...v4.3.6)

---
updated-dependencies:
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump minimist from 0.2.1 to 1.2.6

Bumps [minimist](https://github.com/substack/minimist) from 0.2.1 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/0.2.1...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* [INT-729] Check and merge the dependabot PRs

Updated the node-fetch library to 2.6.7

* [INT-729] Check and merge the dependabot PRs

Fixed eslint errors.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* [npm]: Bump eslint-plugin-import from 2.24.1 to 2.26.0

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.24.1 to 2.26.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.24.1...v2.26.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* [npm]: Bump eslint from 5.16.0 to 7.32.0

Bumps [eslint](https://github.com/eslint/eslint) from 5.16.0 to 7.32.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v5.16.0...v7.32.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* [npm]: Bump nock from 10.0.6 to 13.2.9

Bumps [nock](https://github.com/nock/nock) from 10.0.6 to 13.2.9.
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v10.0.6...v13.2.9)

---
updated-dependencies:
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* [npm]: Bump mocha from 6.2.3 to 10.0.0

Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.3 to 10.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v6.2.3...v10.0.0)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…node wrapper (#81)

* [INT-805] Add custom headers to the Onfleet requests via node-wrapper

Added custom headers to all the requests

* Prepare for v1.3.2
Updated docs.onfleet.com links
Updated docs.onfleet.com links
)

* [INT-1038] [node-onfleet] Support for Batch Creation Async endpoint

Added getBatch and createBatchAsync endpoints and also test was updated

* Prepare for v1.3.3
Fix changelog links for 1.3.2 and 1.3.3
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.7 to 3.3.2.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.7...v3.3.2)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Dec 1, 2023
@joao-onfleet
joao-onfleet force-pushed the dependabot/npm_and_yarn/node-fetch-3.3.2 branch from 07e3aab to 7be2b5d Compare September 15, 2026 14:41
@dependabot @github

dependabot Bot commented on behalf of github Sep 15, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/node-fetch-3.3.2 branch September 15, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.